-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add usbip runner example and test against the Gnuk test suite #105
Conversation
9917456
to
b9c0507
Compare
Unlike Nitrokey/nitrokey-3-firmware#149, the example is detected by |
Cargo.toml
Outdated
@@ -50,6 +54,10 @@ ron = "0.8" | |||
serde_cbor = "0.11" | |||
hex = { version = "0.4", features = ["serde"] } | |||
|
|||
# usbip | |||
trussed-usbip = { git = "https://github.com/trussed-dev/pc-usbip-runner", default-features = false, features = ["ccid"]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a rev
until we have a first release?
d96bdc4
to
0070f96
Compare
This PR is becoming a bit more than just the example, I also add to it fixes I find by testing against the Gnuk test suite. I will break it down into multiple PRs. I actually also needed to modify the test suite to adapt to some variation in behavior that are not bugs (supported algos for example). I'll create a fork of it, we can try to upstream the changes once everything looks good. |
0ad657a
to
cf06b17
Compare
cf06b17
to
e82c9e5
Compare
Updated to work on top of the latest main. The bugs I talk about were fixed in other PR, this tree actually passes the test suite. |
No description provided.